Skip to content

Bump @rolldown/binding-linux-x64-gnu from 1.0.0 to 1.0.3#174

Merged
eviltester merged 1 commit into
masterfrom
dependabot/npm_and_yarn/rolldown/binding-linux-x64-gnu-1.0.3
Jun 11, 2026
Merged

Bump @rolldown/binding-linux-x64-gnu from 1.0.0 to 1.0.3#174
eviltester merged 1 commit into
masterfrom
dependabot/npm_and_yarn/rolldown/binding-linux-x64-gnu-1.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @rolldown/binding-linux-x64-gnu from 1.0.0 to 1.0.3.

Release notes

Sourced from @​rolldown/binding-linux-x64-gnu's releases.

v1.0.3

[1.0.3] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

  • generate: thread ast_table by value into codegen consumer (#9555) by @​Boshen
  • finalizers: replace _reExport construction with a direct call to avoid calling clone_in (#9501) by @​Dunqing
  • reorder hot-path boolean checks to short-circuit on cheap predicates first (#9523) by @​Boshen

🧪 Testing

... (truncated)

Changelog

Sourced from @​rolldown/binding-linux-x64-gnu's changelog.

[1.0.3] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

  • generate: thread ast_table by value into codegen consumer (#9555) by @​Boshen
  • finalizers: replace _reExport construction with a direct call to avoid calling clone_in (#9501) by @​Dunqing
  • reorder hot-path boolean checks to short-circuit on cheap predicates first (#9523) by @​Boshen

🧪 Testing

... (truncated)

Commits
  • a287faa release: v1.0.3 (#9586)
  • e3b7756 feat(transform): respect decorator strictNullChecks option (#9580)
  • 8326121 chore(deps): upgrade oxc to 0.133.0 (#9563)
  • c7bbe2d fix(dev): onOutput called twice when initial build fails (#9552)
  • 95ed7ca fix(dev): make ensureCurrentBuildFinish not returning error when engine clo...
  • f06c2a0 fix(oxc-runtime): route require() to CJS helper variant (#9263) (#9526)
  • 1de499a feat: drop defer keyword (#9503)
  • e412df1 refactor: distinguish map: null vs map: undefined in transform hook outpu...
  • 47a0e3b docs(lazy-barrel): expand reasoning behind LARGE_BARREL_MODULES advice (#9477)
  • f2757ed release: v1.0.2 (#9478)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) from 1.0.0 to 1.0.3.
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.3/packages/rolldown)

---
updated-dependencies:
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels Jun 10, 2026
@dependabot dependabot Bot requested a review from eviltester as a code owner June 10, 2026 03:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels Jun 10, 2026
@greptile-apps

greptile-apps Bot commented Jun 10, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the optional @rolldown/binding-linux-x64-gnu dependency from 1.0.0 to 1.0.3, bringing in several bug fixes and a couple of features from the Rolldown bundler's native binding for Linux glibc systems.

  • package.json and pnpm-lock.yaml are updated for @rolldown/binding-linux-x64-gnu 1.0.0 → 1.0.3.
  • The lockfile also picks up a transitive bump of @babel/runtime from 7.29.2 to 7.29.7 for @slorber/react-helmet-async and history, which appears to be an unrelated resolution change swept in during the lockfile update.
  • The companion package @rolldown/binding-linux-x64-musl is left at 1.0.0, creating a minor version divergence between the two Linux-platform native bindings.

Confidence Score: 4/5

Safe to merge; this is a routine optional native binding bump with no application logic changes.

The change is limited to an optional platform-specific native binding used only on Linux glibc systems. The companion musl binding is left behind at 1.0.0, and the lockfile sweeps in an unrelated @babel/runtime transitive bump — both are minor points worth a follow-up but don't block merging.

pnpm-lock.yaml warrants a quick scan to confirm the @babel/runtime transitive change is benign.

Important Files Changed

Filename Overview
package.json Single-line version bump of @rolldown/binding-linux-x64-gnu from 1.0.0 to 1.0.3 in optionalDependencies; companion musl binding remains at 1.0.0.
pnpm-lock.yaml Lockfile updated for @rolldown/binding-linux-x64-gnu@1.0.3; also bumps @babel/runtime from 7.29.2 to 7.29.7 for two unrelated packages (history and @slorber/react-helmet-async).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json] -->|optionalDependencies| B[binding-linux-x64-gnu 1.0.0 to 1.0.3]
    A -->|optionalDependencies| C[binding-linux-x64-musl stays at 1.0.0]
    B --> D[pnpm-lock.yaml updated]
    C --> D
    D -->|side-effect resolution| E[babel-runtime 7.29.2 to 7.29.7]
    E --> F[slorber-react-helmet-async snapshot]
    E --> G[history snapshot]
Loading

Comments Outside Diff (1)

  1. pnpm-lock.yaml, line 1078-1084 (link)

    P2 Unrelated transitive @babel/runtime bump — The lockfile update also bumps @babel/runtime from 7.29.2 to 7.29.7 for @slorber/react-helmet-async and history. This is unrelated to the rolldown binding change and appears to be a side-effect of regenerating the lockfile. It's worth confirming these transitive changes are expected and don't affect any production or test behaviour.

    Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Reviews (1): Last reviewed commit: "Bump @rolldown/binding-linux-x64-gnu fro..." | Re-trigger Greptile

Comment thread package.json
"optionalDependencies": {
"@rolldown/binding-linux-x64-gnu": "1.0.0",
"@rolldown/binding-linux-x64-gnu": "1.0.3",
"@rolldown/binding-linux-x64-musl": "1.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Platform binding version divergence@rolldown/binding-linux-x64-gnu is now at 1.0.3 while @rolldown/binding-linux-x64-musl stays at 1.0.0. These are native bindings for the same bundler targeting different Linux libc variants (glibc vs musl/Alpine). If CI or any contributor's environment uses a musl-based container, it will run the older binding and may not benefit from the 1.0.3 bug fixes (e.g., onOutput called twice, CJS require() routing fix). Consider opening or tracking a follow-up bump for the musl variant to keep parity.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@eviltester eviltester merged commit 767d708 into master Jun 11, 2026
11 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/rolldown/binding-linux-x64-gnu-1.0.3 branch June 11, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant